
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,600');

.login-form
{
	width: 350px;
    padding: 40px 30px;
    padding-top: 2px;
    margin-top:-550px;
    margin-left: 200px ;
    background: #ffffff;
    /* background: linear-gradient(white, #c5d5ed); */
    border-radius: 4px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;   
    transform: translateY(-50%);
    margin-right:130px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;    
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    /* color: rgba(251, 249, 249, 0.74); */
    background-color: rgba(4, 4, 4, 0.53);
    border: 2px solid #ccc;
    border-radius: 4px;
}

.form-group {
  position: relative;
  margin-bottom: 15px;
}

.fieldTitle{
	color: ghostwhite;
	font-weight: 500;
	font-size: 14px
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1;
    color: #555;
    
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* background-color: rgba(10, 10, 10, 0.19)!important; */
.form-control-captcha 
{
    border: none;
    background: #fff; 
    border: 2px solid #ddd; 
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1;
    color: #555;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* .form-control:focus, .form-control:focus + .fa {
	#10CE88
  border-color:#0bc17e ;
  color:#0bc17e;
} */

.no-resul-msg{
	background-color: #ffa9a9;
	font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    color: crimson;
    padding-left: 5px;
}

.otp-repeat-msg{
    background-color: #f2dede;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    color: crimson;
    padding-left: 5px;
}

.otp-success-msg {
    background-color: #deeff2;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    color: #088e63;
    padding-left: 5px;
}

#loginUserId:focus, #loginUserId:focus + .fa {
		/* #10CE88 */
  border-color:#31e4ee ;
  color:#0bc17e;
}

#loginPassword:focus, #loginPassword:focus + .fa {
		/* #10CE88 */
  border-color:#31e4ee ;
  color:#0bc17e;
}

#GenOTPLoginID:focus, #GenOTPLoginID:focus + .fa {
		/* #10CE88 */
  border-color:#31e4ee ;
  color:#0bc17e;
}

#GenOTPCode:focus, #GenOTPCode:focus + .fa {
		/* #10CE88 */
  border-color:#31e4ee ;
  color:#0bc17e;
}

#FPNewPass:focus, #FPNewPass:focus + .fa {
		/* #10CE88 */
  border-color:#31e4ee ;
  color:#0bc17e;
}

#FPConfPass:focus, #FPConfPass:focus + .fa {
		/* #10CE88 */
  border-color:#31e4ee ;
  color:#0bc17e;
}


.form-group .fa {
  position: absolute;
  right: 15px;
  top: 17px;
   color: #999; 
  /* color:#0bc17e; */ 
}

.log-status.wrong-entry {
  -moz-animation: wrong-log 0.3s;
  -webkit-animation: wrong-log 0.3s;
  animation: wrong-log 0.3s;
}

.log-status.wrong-entry .form-control, .wrong-entry .form-control + .fa {
  border-color: #ed1c24;
  color: #ed1c24;
}

.log-btn {
  background: #0AC986;
  dispaly: inline-block;
  width: 100%;
  font-size: 17px;
  height: 50px;
  color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.multi-btn {
    background: #0AC986;
    dispaly: inline-block;
    width: 100%;
    font-size: 17px;
    height: 35px;
    color: #fff;
    border-radius: 4px;   
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}


.link {
  text-decoration: none;
  color: #C6C6C6;
  float: right;
  font-size: 12px;
  margin-bottom: 15px;
}
.link:hover {
  text-decoration: underline;
  color: #8C918F;
}

.loginAlert {
  display: none;
  font-size: 16px;
  color: #f00;
  float: centerS;
  color:white;
  text-shadow: 3px 3px 3px #FF0000;
}

.alertOldPass {
  display: none;
  font-size: 16px;
  font-weight:500;
  color: #f00000;
  float: left;
}

.alertSamePass {
  display: none;
  font-size: 16px;
  font-weight:500;
  color: #f00000;
  float: left;
}

.alertpassExistBefore {
  display: none;
  font-size: 16px;
  font-weight:500;
  color: #f00000;
  float: left;
}

.alertNewPass {
  display: none;
  font-size: 16px;
  font-weight:500;
  color: #f00000;
  float: left;
}


.alertuserID {
  display: none;
  font-size: 16px;
  font-weight:500;
  color: #f00000;
  float: left;
}

.alertConfPass {
  display: none;
  font-size: 16px;
  font-weight:500;
  color: #f00000;
  float: left;
}


@-moz-keyframes wrong-log {
  0%, 100% {
    left: 0px;
  }
  20% , 60% {
    left: 15px;
  }
  40% , 80% {
    left: -15px;
  }
}
@-webkit-keyframes wrong-log {
  0%, 100% {
    left: 0px;
  }
  20% , 60% {
    left: 15px;
  }
  40% , 80% {
    left: -15px;
  }
}
@keyframes wrong-log {
  0%, 100% {
    left: 0px;
  }
  20% , 60% {
    left: 15px;
  }
  40% , 80% {
    left: -15px;
  }
}

/* body {
  margin: 0;
  font:normal 75% Arial, Helvetica, sans-serif;
} */

canvas {
  display: block;
  vertical-align: bottom;
}

/* ---- particles.js container ---- */

#particles-js {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
/*   background-color: #b61924;
 */  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

/* ---- stats.js ---- */

.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}




.more-pens
{
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 10;
  font-family: "Montserrat";
  font-size: 12px;
  }

a.white-mode, a.white-mode:link, a.white-mode:visited, a.white-mode:active
{
  font-family: "Montserrat";
  font-size: 12px;
  text-decoration: none;
  background: #212121;
  padding: 4px 8px;
  color: #f7f7f7;
  &:hover
    background: #edf3f8;
    color: #212121;
}

  


.title
{
  z-index: 10
  position: absolute
  left: 50%
  top: 40%
  transform: translateX(-50%) translateY(-50%)
  font-family: "Montserrat"
  text-align: center
  width: 60%
 }
 
  h1
  {
    position: relative
    color: #000000
    font-weight: 300
    font-size: 46px
    padding: 0
    margin: 0
    line-height: 1
    }
  h2
  {
    font-weight: 600
    font-size: 60px
    padding: 0
    margin: 0
    line-height: 1
}
  h3
  {
    font-weight: 200
    font-size: 20px
    padding: 0
    margin: 0
    line-height: 2
    color: #5e7283
    letter-spacing: 2px
    }

  p{
    font-weight: 200
    font-size: 16px
    color: #5e7283}
    
.pentahedron
{
  position: absolute
  width: 100%
  height: 100%
  fill: #3E82F7
  }
.point
{
  fill: #8491A3
  }
.rhombus
{
  fill: #2DA94F
  stroke: #2DA94F
  }
  
.x
{
  fill: #FDBD00
}
.circle
{
  fill: #ED412D
  }
svg
{
  display: block
  width: 10px
  height: 10px
  transform: translateZ(0px)
}